home *** CD-ROM | disk | FTP | other *** search
/ By Popular Request 2.0 / By Popular Request 2.0 (Arsenal Computer).ISO / amiga_4 / mm_1_0.lha / MM / Rexx / MM_GetSysop.rexx < prev    next >
OS/2 REXX Batch file  |  1995-03-06  |  116b  |  10 lines

  1. /*
  2. ** This script shows how to get the Sysop Name
  3. */
  4.  
  5. address 'MAILMANAGER'
  6.  
  7. MM_GetSysop 'sysopname'
  8.  
  9. say SysopName
  10.